THUMBS_DOWN to THUMBS_UP
以下、CSSの提案
ボタンとテキストに対応
code:css
transform: scaleY(-1);
}
https://gyazo.com/2ae684283627fcc9261f6ab1cf8dd83a
ボタンのみに対応
code:css
transform: scaleY(-1);
}
https://gyazo.com/01fe0d266d5cf8ed5ba2d50ccf9903dd
display: inline-block;を明示しないと動かないらしい
僕の環境では動いていたのは謎